Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix help window formatting #93

Merged

Conversation

reidenong
Copy link

fixes #89

@reidenong reidenong added the type.Bug A bug label Nov 7, 2024
@reidenong reidenong added this to the v1.5 milestone Nov 7, 2024
@reidenong reidenong self-assigned this Nov 7, 2024
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/ui/HelpWindow.java 0.00% <ø> (ø) 0.00 <0.00> (ø)

Copy link

@Dominic-Khoo Dominic-Khoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good catch for consistency in formatting

@@ -26,7 +26,7 @@ public class HelpWindow extends UiPart<Stage> {
+ "<<Listing all persons>>\n"
+ "Format: list\n\n"
+ "<<Adding an appointment>>\n"
+ "Format: appointment NRIC app/APPOINTMENT\n"
+ "Format: appointment NRIC app/APPOINTMENT\n\n"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@itsnotsherm itsnotsherm merged commit 073ffcf into AY2425S1-CS2103T-W11-1a:master Nov 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong formatting in Help page
3 participants